Html Css Color HEX #0074BA Cerulean

📋 copy color: '#0074BA'

red 0 ◦ green 116 ◦ blue 186

#0074BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #0074BA

Tints of Cerulean #0074BA

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 116 (45.7% from 255) = 38.41%

 BLUE value IS 186 (73.05% from 255) = 61.59%

R = 0%
G = 38.41%
B = 61.59%

CMYK

 C value IS 1

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0074BA (or 0x0074BA) is known color: Cerulean. HEX triplet: 00, 74 and BA. RGB value is (0,116,186). Sum of RGB (Red+Green+Blue) = 0+116+186=302 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 302); Green value is 116 (45.70% from 255 or 38.41% from 302); Blue value is 186 (73.05% from 255 or 61.59% from 302); Max value from RGB is 186 - color contains mainly: blue. Hex color #0074BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0074BA is #FF8B45. Grayscale: #585858. Windows color (decimal): -16747334 or 12219392. OLE color: 12219392.

HSL color Cylindrical-coordinate representation of color #0074BA: hue angle of 202.58º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0074BA is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 0 116 186 -
CMYK 1 0.38 0 0.27
HSL 202.58º 1% 0.36% -
HSV(B) 202.58º 1% 0.73% -
XYZ 15.11 16.04 48.75 -
YUV 89.3 182.57 64.31 -
System Red Green Blue C M Y K H S L
Decimal 0 116 186 1 0.38 0 0.27 202.58 1 0.36
Hex 0 74 BA 64 26 0 1B CB 64 24
Octal 0 164 272 144 46 0 33 313 144 44
Binary 0 1110100 10111010 1100100 100110 0 11011 11001011 1100100 100100

Color Harmonies of #0074BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0074BA

Black with #0074BA

Text Example


Text Example

White with #0074BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0074BA; }

 p { color: rgb(0,116,186); }

 H1.HeaderClassName
 {
   color: #0074BA;
 }
 .AnyTagClassName
 {
   color: #0074BA;
 }
</style>

background-color css

<style>
 a { background-color: #0074BA; }

 a { background-color: rgb(0,116,186); }

 div.DivClassName
 {
   background-color: #0074BA;
 }
 .BgClassName
 {
   background-color: #0074BA;
 }
</style>

border-color css

<style>
 span { border-color: #0074BA; }

 span { border-color: rgb(0,116,186); }

 td.TdClassName
 {
   border-color: #0074BA;
 }
 .TagClassName
 {
   border-color: #0074BA;
 }
</style>