Html Css Color HEX #027B9C Cerulean

📋 copy color: '#027B9C'

red 2 ◦ green 123 ◦ blue 156

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

Shades of Cerulean #027B9C

Tints of Cerulean #027B9C

RGB

 RED value IS 2 (1.17% from 255) = 0.71%

 GREEN value IS 123 (48.44% from 255) = 43.77%

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

R = 0.71%
G = 43.77%
B = 55.52%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#027B9C (or 0x027B9C) is known color: Cerulean. HEX triplet: 02, 7B and 9C. RGB value is (2,123,156). Sum of RGB (Red+Green+Blue) = 2+123+156=281 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 281); Green value is 123 (48.44% from 255 or 43.77% from 281); Blue value is 156 (61.33% from 255 or 55.52% from 281); Max value from RGB is 156 - color contains mainly: blue. Hex color #027B9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027B9C is #FD8463. Grayscale: #5A5A5A. Windows color (decimal): -16614500 or 10255106. OLE color: 10255106.

HSL color Cylindrical-coordinate representation of color #027B9C: hue angle of 192.86º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027B9C is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 2 123 156 -
CMYK 0.99 0.21 0 0.39
HSL 192.86º 0.97% 0.31% -
HSV(B) 192.86º 0.99% 0.61% -
XYZ 13.11 16.58 33.96 -
YUV 90.58 164.91 64.82 -
System Red Green Blue C M Y K H S L
Decimal 2 123 156 0.99 0.21 0 0.39 192.86 0.97 0.31
Hex 2 7B 9C 63 15 0 27 C1 61 1F
Octal 2 173 234 143 25 0 47 301 141 37
Binary 10 1111011 10011100 1100011 10101 0 100111 11000001 1100001 11111

Color Harmonies of #027B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027B9C

Black with #027B9C

Text Example


Text Example

White with #027B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027B9C; }

 p { color: rgb(2,123,156); }

 H1.HeaderClassName
 {
   color: #027B9C;
 }
 .AnyTagClassName
 {
   color: #027B9C;
 }
</style>

background-color css

<style>
 a { background-color: #027B9C; }

 a { background-color: rgb(2,123,156); }

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

border-color css

<style>
 span { border-color: #027B9C; }

 span { border-color: rgb(2,123,156); }

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