Html Css Color HEX #0C617B Blue Lagoon

📋 copy color: '#0C617B'

red 12 ◦ green 97 ◦ blue 123

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

Shades of Blue Lagoon #0C617B

Tints of Blue Lagoon #0C617B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 41.81%

 BLUE value IS 123 (48.44% from 255) = 53.02%

R = 5.17%
G = 41.81%
B = 53.02%

CMYK

 C value IS 0.90

 M value IS 0.21

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#0C617B (or 0x0C617B) is known color: Blue Lagoon. HEX triplet: 0C, 61 and 7B. RGB value is (12,97,123). Sum of RGB (Red+Green+Blue) = 12+97+123=232 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.17% from 232); Green value is 97 (38.28% from 255 or 41.81% from 232); Blue value is 123 (48.44% from 255 or 53.02% from 232); Max value from RGB is 123 - color contains mainly: blue. Hex color #0C617B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C617B is #F39E84. Grayscale: #4A4A4A. Windows color (decimal): -15965829 or 8085772. OLE color: 8085772.

HSL color Cylindrical-coordinate representation of color #0C617B: hue angle of 194.05º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C617B is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 12 97 123 -
CMYK 0.90 0.21 0 0.52
HSL 194.05º 0.82% 0.26% -
HSV(B) 194.05º 0.9% 0.48% -
XYZ 8 10.06 20.26 -
YUV 74.55 155.34 83.39 -
System Red Green Blue C M Y K H S L
Decimal 12 97 123 0.90 0.21 0 0.52 194.05 0.82 0.26
Hex C 61 7B 5A 15 0 34 C2 52 1A
Octal 14 141 173 132 25 0 64 302 122 32
Binary 1100 1100001 1111011 1011010 10101 0 110100 11000010 1010010 11010

Color Harmonies of #0C617B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C617B

Black with #0C617B

Text Example


Text Example

White with #0C617B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,97,123); }

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

background-color css

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

 a { background-color: rgb(12,97,123); }

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

border-color css

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

 span { border-color: rgb(12,97,123); }

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