Html Css Color HEX #0674AB Cerulean

📋 copy color: '#0674AB'

red 6 ◦ green 116 ◦ blue 171

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

Shades of Cerulean #0674AB

Tints of Cerulean #0674AB

RGB

 RED value IS 6 (2.73% from 255) = 2.05%

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

 BLUE value IS 171 (67.19% from 255) = 58.36%

R = 2.05%
G = 39.59%
B = 58.36%

CMYK

 C value IS 0.96

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0674AB (or 0x0674AB) is known color: Cerulean. HEX triplet: 06, 74 and AB. RGB value is (6,116,171). Sum of RGB (Red+Green+Blue) = 6+116+171=293 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.05% from 293); Green value is 116 (45.70% from 255 or 39.59% from 293); Blue value is 171 (67.19% from 255 or 58.36% from 293); Max value from RGB is 171 - color contains mainly: blue. Hex color #0674AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0674AB is #F98B54. Grayscale: #595959. Windows color (decimal): -16354133 or 11236358. OLE color: 11236358.

HSL color Cylindrical-coordinate representation of color #0674AB: hue angle of 200º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0674AB is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 6 116 171 -
CMYK 0.96 0.32 0 0.33
HSL 200º 0.93% 0.35% -
HSV(B) 200º 0.96% 0.67% -
XYZ 13.67 15.47 40.79 -
YUV 89.38 174.06 68.53 -
System Red Green Blue C M Y K H S L
Decimal 6 116 171 0.96 0.32 0 0.33 200 0.93 0.35
Hex 6 74 AB 60 20 0 21 C8 5D 23
Octal 6 164 253 140 40 0 41 310 135 43
Binary 110 1110100 10101011 1100000 100000 0 100001 11001000 1011101 100011

Color Harmonies of #0674AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0674AB

Black with #0674AB

Text Example


Text Example

White with #0674AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0674AB; }

 p { color: rgb(6,116,171); }

 H1.HeaderClassName
 {
   color: #0674AB;
 }
 .AnyTagClassName
 {
   color: #0674AB;
 }
</style>

background-color css

<style>
 a { background-color: #0674AB; }

 a { background-color: rgb(6,116,171); }

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

border-color css

<style>
 span { border-color: #0674AB; }

 span { border-color: rgb(6,116,171); }

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