Html Css Color HEX #0C699C Cerulean

📋 copy color: '#0C699C'

red 12 ◦ green 105 ◦ blue 156

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

Shades of Cerulean #0C699C

Tints of Cerulean #0C699C

RGB

 RED value IS 12 (5.08% from 255) = 4.4%

 GREEN value IS 105 (41.41% from 255) = 38.46%

 BLUE value IS 156 (61.33% from 255) = 57.14%

R = 4.4%
G = 38.46%
B = 57.14%

CMYK

 C value IS 0.92

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0C699C (or 0x0C699C) is known color: Cerulean. HEX triplet: 0C, 69 and 9C. RGB value is (12,105,156). Sum of RGB (Red+Green+Blue) = 12+105+156=273 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.40% from 273); Green value is 105 (41.41% from 255 or 38.46% from 273); Blue value is 156 (61.33% from 255 or 57.14% from 273); Max value from RGB is 156 - color contains mainly: blue. Hex color #0C699C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C699C is #F39663. Grayscale: #525252. Windows color (decimal): -15963748 or 10250508. OLE color: 10250508.

HSL color Cylindrical-coordinate representation of color #0C699C: hue angle of 201.25º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C699C is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 12 105 156 -
CMYK 0.92 0.33 0 0.39
HSL 201.25º 0.86% 0.33% -
HSV(B) 201.25º 0.92% 0.61% -
XYZ 11.2 12.58 33.29 -
YUV 83.01 169.19 77.35 -
System Red Green Blue C M Y K H S L
Decimal 12 105 156 0.92 0.33 0 0.39 201.25 0.86 0.33
Hex C 69 9C 5C 21 0 27 C9 56 21
Octal 14 151 234 134 41 0 47 311 126 41
Binary 1100 1101001 10011100 1011100 100001 0 100111 11001001 1010110 100001

Color Harmonies of #0C699C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C699C

Black with #0C699C

Text Example


Text Example

White with #0C699C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C699C; }

 p { color: rgb(12,105,156); }

 H1.HeaderClassName
 {
   color: #0C699C;
 }
 .AnyTagClassName
 {
   color: #0C699C;
 }
</style>

background-color css

<style>
 a { background-color: #0C699C; }

 a { background-color: rgb(12,105,156); }

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

border-color css

<style>
 span { border-color: #0C699C; }

 span { border-color: rgb(12,105,156); }

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