Html Css Color HEX #0074A2 Cerulean

📋 copy color: '#0074A2'

red 0 ◦ green 116 ◦ blue 162

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

Shades of Cerulean #0074A2

Tints of Cerulean #0074A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 58.27%

R = 0%
G = 41.73%
B = 58.27%

CMYK

 C value IS 1

 M value IS 0.28

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#0074A2 (or 0x0074A2) is known color: Cerulean. HEX triplet: 00, 74 and A2. RGB value is (0,116,162). Sum of RGB (Red+Green+Blue) = 0+116+162=278 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 278); Green value is 116 (45.70% from 255 or 41.73% from 278); Blue value is 162 (63.67% from 255 or 58.27% from 278); Max value from RGB is 162 - color contains mainly: blue. Hex color #0074A2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0074A2 is #FF8B5D. Grayscale: #565656. Windows color (decimal): -16747358 or 10646528. OLE color: 10646528.

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

Color convert

RGB 0 116 162 -
CMYK 1 0.28 0 0.36
HSL 197.04º 1% 0.32% -
HSV(B) 197.04º 1% 0.64% -
XYZ 12.77 15.1 36.42 -
YUV 86.56 170.57 66.26 -
System Red Green Blue C M Y K H S L
Decimal 0 116 162 1 0.28 0 0.36 197.04 1 0.32
Hex 0 74 A2 64 1C 0 24 C5 64 20
Octal 0 164 242 144 34 0 44 305 144 40
Binary 0 1110100 10100010 1100100 11100 0 100100 11000101 1100100 100000

Color Harmonies of #0074A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0074A2

Black with #0074A2

Text Example


Text Example

White with #0074A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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