Html Css Color HEX #0C92CA Pacific Blue

📋 copy color: '#0C92CA'

red 12 ◦ green 146 ◦ blue 202

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

Shades of Pacific Blue #0C92CA

Tints of Pacific Blue #0C92CA

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.56%

 BLUE value IS 202 (79.3% from 255) = 56.11%

R = 3.33%
G = 40.56%
B = 56.11%

CMYK

 C value IS 0.94

 M value IS 0.28

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0C92CA (or 0x0C92CA) is known color: Pacific Blue. HEX triplet: 0C, 92 and CA. RGB value is (12,146,202). Sum of RGB (Red+Green+Blue) = 12+146+202=360 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.33% from 360); Green value is 146 (57.42% from 255 or 40.56% from 360); Blue value is 202 (79.30% from 255 or 56.11% from 360); Max value from RGB is 202 - color contains mainly: blue. Hex color #0C92CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C92CA is #F36D35. Grayscale: #6F6F6F. Windows color (decimal): -15953206 or 13275660. OLE color: 13275660.

HSL color Cylindrical-coordinate representation of color #0C92CA: hue angle of 197.68º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C92CA is Cyan = 0.94, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 12 146 202 -
CMYK 0.94 0.28 0 0.21
HSL 197.68º 0.89% 0.42% -
HSV(B) 197.68º 0.94% 0.79% -
XYZ 21.09 24.9 59.57 -
YUV 112.32 178.61 56.45 -
System Red Green Blue C M Y K H S L
Decimal 12 146 202 0.94 0.28 0 0.21 197.68 0.89 0.42
Hex C 92 CA 5E 1C 0 15 C6 59 2A
Octal 14 222 312 136 34 0 25 306 131 52
Binary 1100 10010010 11001010 1011110 11100 0 10101 11000110 1011001 101010

Color Harmonies of #0C92CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C92CA

Black with #0C92CA

Text Example


Text Example

White with #0C92CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,146,202); }

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

background-color css

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

 a { background-color: rgb(12,146,202); }

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

border-color css

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

 span { border-color: rgb(12,146,202); }

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