Html Css Color HEX #01969C Eastern Blue

📋 copy color: '#01969C'

red 1 ◦ green 150 ◦ blue 156

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

Shades of Eastern Blue #01969C

Tints of Eastern Blue #01969C

RGB

 RED value IS 1 (0.78% from 255) = 0.33%

 GREEN value IS 150 (58.98% from 255) = 48.86%

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

R = 0.33%
G = 48.86%
B = 50.81%

CMYK

 C value IS 0.99

 M value IS 0.04

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#01969C (or 0x01969C) is known color: Eastern Blue. HEX triplet: 01, 96 and 9C. RGB value is (1,150,156). Sum of RGB (Red+Green+Blue) = 1+150+156=307 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 307); Green value is 150 (58.98% from 255 or 48.86% from 307); Blue value is 156 (61.33% from 255 or 50.81% from 307); Max value from RGB is 156 - color contains mainly: blue. Hex color #01969C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01969C is #FE6963. Grayscale: #696969. Windows color (decimal): -16673124 or 10262017. OLE color: 10262017.

HSL color Cylindrical-coordinate representation of color #01969C: hue angle of 182.32º degrees, saturation: 0.99, 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 #01969C is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 1 150 156 -
CMYK 0.99 0.04 0 0.39
HSL 182.32º 0.99% 0.31% -
HSV(B) 182.32º 0.99% 0.61% -
XYZ 16.92 24.22 35.24 -
YUV 106.13 156.14 53.01 -
System Red Green Blue C M Y K H S L
Decimal 1 150 156 0.99 0.04 0 0.39 182.32 0.99 0.31
Hex 1 96 9C 63 4 0 27 B6 63 1F
Octal 1 226 234 143 4 0 47 266 143 37
Binary 1 10010110 10011100 1100011 100 0 100111 10110110 1100011 11111

Color Harmonies of #01969C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01969C

Black with #01969C

Text Example


Text Example

White with #01969C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01969C; }

 p { color: rgb(1,150,156); }

 H1.HeaderClassName
 {
   color: #01969C;
 }
 .AnyTagClassName
 {
   color: #01969C;
 }
</style>

background-color css

<style>
 a { background-color: #01969C; }

 a { background-color: rgb(1,150,156); }

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

border-color css

<style>
 span { border-color: #01969C; }

 span { border-color: rgb(1,150,156); }

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