Html Css Color HEX #061CEA Blue

📋 copy color: '#061CEA'

red 6 ◦ green 28 ◦ blue 234

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

Shades of Blue #061CEA

Tints of Blue #061CEA

RGB

 RED value IS 6 (2.73% from 255) = 2.24%

 GREEN value IS 28 (11.33% from 255) = 10.45%

 BLUE value IS 234 (91.8% from 255) = 87.31%

R = 2.24%
G = 10.45%
B = 87.31%

CMYK

 C value IS 0.97

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#061CEA (or 0x061CEA) is known color: Blue. HEX triplet: 06, 1C and EA. RGB value is (6,28,234). Sum of RGB (Red+Green+Blue) = 6+28+234=268 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.24% from 268); Green value is 28 (11.33% from 255 or 10.45% from 268); Blue value is 234 (91.80% from 255 or 87.31% from 268); Max value from RGB is 234 - color contains mainly: blue. Hex color #061CEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #061CEA is #F9E315. Grayscale: #2C2C2C. Windows color (decimal): -16376598 or 15342598. OLE color: 15342598.

HSL color Cylindrical-coordinate representation of color #061CEA: hue angle of 234.21º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #061CEA is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 6 28 234 -
CMYK 0.97 0.88 0 0.08
HSL 234.21º 0.95% 0.47% -
HSV(B) 234.21º 0.97% 0.92% -
XYZ 15.34 6.81 78.35 -
YUV 44.91 234.71 100.25 -
System Red Green Blue C M Y K H S L
Decimal 6 28 234 0.97 0.88 0 0.08 234.21 0.95 0.47
Hex 6 1C EA 61 58 0 8 EA 5F 2F
Octal 6 34 352 141 130 0 10 352 137 57
Binary 110 11100 11101010 1100001 1011000 0 1000 11101010 1011111 101111

Color Harmonies of #061CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061CEA

Black with #061CEA

Text Example


Text Example

White with #061CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061CEA; }

 p { color: rgb(6,28,234); }

 H1.HeaderClassName
 {
   color: #061CEA;
 }
 .AnyTagClassName
 {
   color: #061CEA;
 }
</style>

background-color css

<style>
 a { background-color: #061CEA; }

 a { background-color: rgb(6,28,234); }

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

border-color css

<style>
 span { border-color: #061CEA; }

 span { border-color: rgb(6,28,234); }

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