Html Css Color HEX #0C699A Cerulean

📋 copy color: '#0C699A'

red 12 ◦ green 105 ◦ blue 154

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

Shades of Cerulean #0C699A

Tints of Cerulean #0C699A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 56.83%

R = 4.43%
G = 38.75%
B = 56.83%

CMYK

 C value IS 0.92

 M value IS 0.32

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#0C699A (or 0x0C699A) is known color: Cerulean. HEX triplet: 0C, 69 and 9A. RGB value is (12,105,154). Sum of RGB (Red+Green+Blue) = 12+105+154=271 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.43% from 271); Green value is 105 (41.41% from 255 or 38.75% from 271); Blue value is 154 (60.55% from 255 or 56.83% from 271); Max value from RGB is 154 - color contains mainly: blue. Hex color #0C699A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C699A is #F39665. Grayscale: #525252. Windows color (decimal): -15963750 or 10119436. OLE color: 10119436.

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

Color convert

RGB 12 105 154 -
CMYK 0.92 0.32 0 0.40
HSL 200.7º 0.86% 0.33% -
HSV(B) 200.7º 0.92% 0.6% -
XYZ 11.04 12.51 32.41 -
YUV 82.78 168.19 77.52 -
System Red Green Blue C M Y K H S L
Decimal 12 105 154 0.92 0.32 0 0.40 200.7 0.86 0.33
Hex C 69 9A 5C 20 0 28 C9 56 21
Octal 14 151 232 134 40 0 50 311 126 41
Binary 1100 1101001 10011010 1011100 100000 0 101000 11001001 1010110 100001

Color Harmonies of #0C699A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C699A

Black with #0C699A

Text Example


Text Example

White with #0C699A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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